Using XNA to learn to build a game, but wanna move on [closed]

Posted by Daniel Ribeiro on Programmers See other posts from Programmers or by Daniel Ribeiro
Published on 2012-12-17T12:42:43Z Indexed on 2012/12/17 17:13 UTC
Read the original article Hit count: 328

I've been building a 2D isometric game (with learning purposes) in C# using XNA.

I found it's really easy to manage sprite sheets loading, collision, basic physics and such with the XNA api.

The thing is, I want to move on.

My real goal is to learn C++ and develop a game using that language.

What engine/library would you guys recommend for me to keep going on that same 2D isometric game direction using pretty much sprite sheets for the graphical part of the game?

© Programmers or respective owner

Related posts about programming-languages

Related posts about game-development